@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none; */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Source Sans Pro", Arial, sans-serif !important;
  color: #555;
  padding-top: 145px;
  overflow-x: hidden;
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media (min-width: 1500px) {
  .container {
    width: 1300px;
  }
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hovercolor {
  color: #8cca1d;
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.f48 {
  font-size: 48px;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.blod {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.w55 {
  width: 55%;
}
.daohang {
  position: fixed;
  top: 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  line-height: 100px;
}
.daohang.active {
  line-height: 4.375rem ;
  border-bottom: 1px solid #eeeeee;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.daohang.active .sou {
  top: .9375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.nav-ul {
  margin-left: 8%;
}
.nav-ul > li {
  padding: 0 1.8rem;
  display: inline-block;
  position: relative;
}
.nav-ul > li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #0088cc;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  opacity: 0;
  bottom: 10px;
}
.nav-ul > li:hover::after,
.nav-ul > li.active::after {
  opacity: 1;
  width: 50%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.nav-ul > li > a {
  color: #121313;
  font-weight: bold;
  display: block;
  font-size: 1rem;
}
.nav-ul > li > a:hover {
  color: #0088cc;
}
.nav-ul > li .ers-ul {
  position: absolute;
  background: #fff;
  display: none;
}
.nav-ul > li .ers-ul li {
  line-height: 1.875rem;
}
.dian {
  font-size: 1.75rem;
  margin-left: 15px;
  font-weight: bold;
  margin-right: 1.25rem;
}
.dian strong {
  font-weight: bold;
  color: #e0651f;
}
.sou {
  overflow: hidden;
  position: relative;
  top: 32px;
  width: 223px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  border: solid 1px #cecaca;
  border-radius: 5px;
}
.sou i {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
}
.sou .sertext {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 37px;
  padding-left: .9375rem;
  width: 80%;
  float: left;
  border: none;
}
.sou .sertext::placeholder {
  color: #302f2f;
  opacity: 0.53;
  font-size: 1rem;
}
.sou .serbtn {
  border: none;
  height: 37px;
  line-height: 37px;
  background: transparent;
  float: left;
  width: 20%;
}
.sou .serbtn i {
  color: #343434;
}
/* .nav-rig > .fl:nth-child(1) {
  display: none;
} */
.nav-rig > span {
  display: inline-block;
  margin-left: .9375rem;
}
.nav-rig > span i {
  color: #232323;
  font-size: 1.25rem;
  font-weight: bold;
}
.nav-rig a {
  color: #747373;
  font-size: 1rem;
}
.nav-rig a:hover,
.nav-rig a.active {
  color: #0088cc;
}
.top-dao-ul {
  height: 44px;
  background-color: #302f2f;
  line-height: 44px;
  text-align: center;
}
.top-dao-ul li {
  display: inline-block;
  font-size: .875rem;
  color: #ffffff;
  margin: 0 10px;
}
.top-dao-ul li a {
  color: #fff;
}
.top-dao-ul li a:hover {
  color: #0088cc;
}
.bot-dao {
  padding: 0 3.75rem;
}
.lunbo .banner .swiper-slide {
  overflow: hidden;
}
.lunbo .zhnes {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  width: 100%;
}
.lunbo .zhnes .p1 {
  font-size: 68px;
  font-weight: bold;
  text-shadow: 0px 3px 16px rgba(146, 146, 146, 0.35);
}
.lunbo .zhnes .xians {
  width: 119px;
  height: 5px;
  background: #ffffff;
  margin: 20px 0;
}
.lunbo .zhnes .p2 {
  font-size: 37px;
}
.lunbo .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #10b710;
  opacity: 1;
}
.lunbo .swiper-pagination-bullet-active {
  width: 53px;
  height: 8px;
  background-color: #eeeeee;
  border-radius: 4px;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.head .title-en {
  font-size: 1.5625rem;
  color: #d4d4d4;
  font-family: "Century";
}
.head .title {
  color: #e0651f;
  font-size: 36px;
  font-weight: bold;
}
.head .yaos {
  color: #666665;
  font-size: 1rem;
  line-height: 30px;
  margin: 18px 0 0;
}
.pro-ul {
  margin: 40px 0 0rem 0  ;
}
.pro-ul .swiper-slide {
  padding: 20px 20px 40px 20px  ;
}
.pro-ul .swiper-slide .more {
  margin-top: 15px;
}
.pro-ul .swiper-slide .overh {
  text-align: center;
}
.pro-ul .swiper-slide .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-ul .swiper-slide .title {
  font-size: 1.25rem;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
  height: 30px;
  font-size: 1rem;
}
.pro-ul .swiper-slide .title a {
  color: #fff;
}
.pro-ul .swiper-slide .yas {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666665;
  height: 13.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.pro-ul .swiper-slide .lj-a {
  margin-top: 23px;
}
.pro-ul .swiper-slide .lj-a a {
  font-size: .875rem;
  line-height: 22px;
  color: #88c34f;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  display: inline-block;
}
.pro-ul .swiper-slide .lj-a a:hover {
  margin-top: -10px;
  font-weight: bold;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-ul .swiper-slide:nth-child(1) {
  background-color: #6cd0d0;
}
.pro-ul .swiper-slide:nth-child(2) {
  background-color: #36b3f5;
}
.pro-ul .swiper-slide:nth-child(3) {
  background-color: #39b1bf;
}
.pro-ul .swiper-slide:nth-child(4) {
  background-color: #85abd8;
}
.pro-ul .swiper-slide:nth-child(5) {
  background-color: #9baac7;
}
.pro-ul .swiper-slide:nth-child(6) {
  background-color: #efcb39;
}
.pro-ul .swiper-slide:nth-child(7) {
  background-color: #cde76c;
}
.pro-ul .swiper-slide:nth-child(8) {
  background-color: #4785ac;
}.pro-ul .swiper-slide:nth-child(9) {
  background-color: #58b0e6;
}
.pro-ul .swiper-container {
  padding-bottom: 70px;
}
.pro-ul .swiper-pagination {
  font-size: .9375rem;
  color: #000000;
}
.pro-ul .swiper-button-next {
  background: transparent;
  height: auto;
  top: auto;
  bottom: 0%;
  right: 45%;
}
.pro-ul .swiper-button-next i {
  font-size: 25px;
}
.pro-ul .swiper-button-prev {
  background: transparent;
  height: auto;
  top: auto;
  bottom: 0%;
  left: 45%;
}
.pro-ul .swiper-button-prev i {
  font-size: 1.5625rem;
}
.content {
  width: 1400px;
  margin: 0 auto;
}
.you-img .swiper-slide {
  border: solid 1px #e0dcdc;
}
.you-img .swiper-button-next,
.you-img .swiper-button-prev {
  background: transparent;
  width: auto;
  height: auto;
}
.you-img .swiper-button-next {
  right: -3.125rem;
}
.you-img .swiper-button-prev {
  left: -3.125rem;
}
.more a {
  width: 146px;
  height: 36px;
  border-radius: 18px;
  border: solid 1px #ffffff;
  font-size: .875rem;
  display: inline-block;
  line-height: 36px;
  font-size: 1rem;
  color: #ffffff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a:hover {
  box-shadow: inset 0 0 0 30px #0088cc;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.introduction {
  margin-top: 1 1.25rem;
  background: url(../img/6.png) no-repeat top center;
}
.introduction .more {
  margin: 10px 0;
}
.introduction-div {
  margin-top: 45px;
  position: relative;
}
.introduction-div::before {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  background: #d2d2d2;
}
.introduction-div .shu-ul li {
  position: relative;
  padding-left: 15rem;
  margin-bottom: 78px;
}
.introduction-div .shu-ul li .yaun {
  width: 148px;
  height: 148px;
  position: absolute;
  border-radius: 50%;
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 148px;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.introduction-div .shu-ul li .yaun sup {
  font-size: 1.25rem;
  position: relative;
  top: -1.875rem;
}
.introduction-div .shu-ul li:nth-child(1) .yaun {
  background-color: #7fb351;
}
.introduction-div .shu-ul li:nth-child(2) .yaun {
  background-color: #debd4e;
}
.introduction-div .shu-ul li:nth-child(3) {
  margin-bottom: 0;
}
.introduction-div .shu-ul li:nth-child(3) .yaun {
  background-color: #7eb6d9;
}
.introduction-div .shu-ul li .titlew {
  font-size: 1.25rem;
  color: #666665;
  font-weight: bold;
}
.introduction-div .shu-ul li .zhuan {
  font-size: 1rem;
  line-height: 26px;
  color: #666665;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.introduction-div .about-div {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #666665;
  text-align: justify;
}
.introduction-div .about-div .p2 {
  font-size: 1.25rem;
  color: #df9528;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.introduction-div > div {
  width: 45%;
}
.index-case {
  padding: 120px 0;
}
.index-case .head .title {
  color: #000000;
  position: relative;
}
.index-case .head .title::after {
  content: '';
  height: 1px ;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  background-color: #dfdfdf;
}
.index-case .head .title span {
  position: relative;
  z-index: 2;
  padding: 0 30px;
  background: #fff;
}
.index-case .index-case-lunbo {
  margin-top: 40px;
}
.index-case .index-case-lunbo .swiper-slide {
  border: solid 1px #e9e9e9;
}
.index-case .index-case-lunbo .swiper-slide:hover{
  border: solid 1px #0088cc;
}.index-case .index-case-lunbo .swiper-slide .overh img{
  transition: 400ms ease-in-out;
  -moz-transition:400ms ease-in-out; /* Firefox 4 */
 -webkit-transition:400ms ease-in-out; /* Safari and Chrome */
 -o-transition:400ms ease-in-out; /* Opera */
}
.index-case .index-case-lunbo .swiper-slide:hover .overh img{
  transition: 400ms ease-in-out;
  -moz-transition:400ms ease-in-out; /* Firefox 4 */
 -webkit-transition:400ms ease-in-out; /* Safari and Chrome */
 -o-transition:400ms ease-in-out; /* Opera */
  transform: scale(1.2);
  transform:  scale(1.2);
  -ms-transform:  scale(1.2);
  /* IE 9 */
  -moz-transform:  scale(1.2);
  /* Firefox */
  -webkit-transform:  scale(1.2);
  /* Safari 和 Chrome */
  -o-transform:  scale(1.2);

}
.index-case .index-case-lunbo .swiper-slide .index-case-title {
  font-size: 1.1875rem;
  line-height: 88px;
  padding: 0 10px;
  display: -webkit-box;
  height: 88px;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.index-case .index-case-lunbo .swiper-slide .index-case-title a {
  color: #252525;
}.index-case .index-case-lunbo .swiper-slide:hover .index-case-title a{
  color: #0088cc;
}
.index-introduction {
  background: url(../img/4.jpg) no-repeat;
  background-size: cover;
  padding: 85px 0 70px;
  position: relative;
  margin-top: 50px;
}
.index-introduction .head .title {
  color: #fff;
}
.index-introduction .head .yaos {
  color: #fff;
}
.index-introduction .swiper-button-next {
  width: 70px;
  height: 71px;
  background: #ffffff;
  line-height: 71px;
  bottom: 0;
  top: auto;
  left: 55%;
  text-align: center;
}
.index-introduction .swiper-button-next i {
  color: #202020;
  font-size: 1.5625rem;
}
.index-introduction .swiper-button-prev {
  width: 70px;
  height: 71px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  top: auto;
  left: 51.5%;
  line-height: 71px;
  text-align: center;
}
.index-introduction .swiper-button-prev i {
  color: #fff;
  font-size: 1.5625rem;
}
.index-introduction .introduction-lunbo {
  margin-top: 35px;
}
.index-introduction .introduction-lunbo .swiper-slide .left {
  width: 49%;
  padding: 76px 0  40px;
  position: relative;
}
.index-introduction .introduction-lunbo .swiper-slide .left::after {
  content: '';
  width: 80%;
  top: 0;
  bottom: 0;
  position: absolute;
  right: -40px;
  background: rgba(255, 255, 255, 0.21);
  z-index: -1;
}
.index-introduction .introduction-lunbo .swiper-slide .right {
  width: 46%;
}
.index-introduction .introduction-lunbo .swiper-slide .right .more1 {
  margin-top: 0;
}
.index-introduction .introduction-lunbo .swiper-slide .right .more1 a {
  border: solid 1px #ffffff;
  color: #fff;
  background: transparent;
}
.index-introduction .introduction-lunbo .swiper-slide .right .p1 {
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 30px;
}
.index-introduction .introduction-lunbo .swiper-slide .right .p1 a {
  color: #ffffff;
}
.index-introduction .introduction-lunbo .swiper-slide .right .introduction-yas {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 30px;
  text-align: justify;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.index-introduction .introduction-lunbo .swiper-pagination {
  width: 46%;
  right: 0;
  left: auto;
  bottom: 10%;
  text-align: left;
}
.index-introduction .introduction-lunbo .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 11px;
  background-color: #ffffff;
  opacity: 1;
}
.index-introduction .introduction-lunbo .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e0651f;
}
.index-introduction::after {
  content: '';
  position: absolute;
  width: 51.5%;
  height: 71px;
  background-color: #ffffff;
  left: 0;
  bottom: 0;
}
.foot {
  padding: 0 0 0;
  background-color: #151515;
}
.foot .div-top {
  padding: 50px 0;
}
.foot .cons {
  font-size: 1rem;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 27px;
}
.foot .cons a {
  font-size: .875rem;
  color: #a6a8aa;
}
.foot .cons a:hover {
  color: #0088cc;
}
.foot .cons .footer-rr {
  font-size: 1rem;
  color: #ffffff;
  font-weight: bold;
}
.foot-ul {
  text-align: left;
}
.foot-ul > li {
  float: left;
  margin-right: 50px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.35);
}
.foot-div ul > li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.foot-ul > li:last-child {
  margin-right: 0;
}
.foot-ul > li > p {
  font-size: 1.1rem;
  margin-bottom: 0.625rem;
}
.foot-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.875rem 0 1.5625rem;
  font-size: .875rem;
  color: #a6a8aa;
}
.foot-bot a {
  color: #a6a8aa;
}
.foot-bot a:hover {
  color: #0088cc;
}
.foot-div .feng {
  margin-top: 25px;
}
.foot-div .feng .fengs-div {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #a6a8aa;
}
.foot-div .feng .bdsharebuttonbox a {
  background: transparent;
  width: 31px;
  height: 30px;
  border: solid 1px #a1a3a5;
  border-radius: 100%;
  color: #a6a8aa;
  font-size: 1.125rem;
  line-height: 30px;
  text-align: center;
  padding: 0;
}
.foot-bot {
  color: #a6a8aa;
}
.foot-bot .fr {
  color: #a6a8aa;
}
.foot-bot .fr a {
  font-size: .875rem;
  color: #a6a8aa;
  display: inline-block;
  margin: 0 5px;
}
.foot-bot .fr a:hover {
  color: #0088cc;
}
.ban .ban-zi {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.ban .ban-zi .p1 {
  font-size: 3.75rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.pro-list {
  padding: 4.375rem 0;
}
.pro-list .pro-ming {
  margin-top: 10px;
}
.pro-list .pro-list-con .col-md-4 {
  margin-bottom: 1.875rem;
}
.products-a {
  box-shadow: 0px 0px 10px 0px rgba(190, 186, 186, 0.75);
}
.products-a .pro-ming {
  margin-top: 0px;
  color: #1b1b1b;
  font-size: 1.125rem;
  text-transform: uppercase;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  padding: 20px 10px;
}
.products-a .pro-ming a {
  color: #1b1b1b;
  display: block;
  line-height: 1.875rem;
  height: 1.875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.products-a .pros-yao {
  color: #6a6a68;
  font-size: 1rem;
  line-height: 1.875rem;
  height: 1.875rem;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.products-a img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.products-a:hover img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -moz-transform: scale(1.2);
  /* Firefox */
  -webkit-transform: scale(1.2);
  /* Safari 和 Chrome */
  -o-transform: scale(1.2);
}
.products-a:hover .pro-ming a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #fff;
}
.products-a:hover .pro-ming {
  box-shadow: inset 0 0 0 2.5rem #0088cc;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lianxi_p1 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #575655;
  margin-bottom: 10px;
}
.adder {
  font-size: 1rem;
  color: #575655;
  line-height: 34px;
}
.adders {
  font-size: 1rem;
  color: #5c5b5b;
  line-height: 26px;
}
.tijias p {
  font-size: 1rem;
  color: #5c5b5b;
  line-height: 3.125rem;
}
.tijias .fl {
  width: 47%;
}
.tijias .fr {
  width: 47%;
}
.lianxis {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.tijias input {
  width: 100%;
  height: 45px;
  padding-left: .9375rem;
  border: 1px solid #d9d8d8;
}
.tijias textarea {
  width: 100%;
  height: 165px;
  padding: .9375rem;
  border: 1px solid #d9d8d8;
  resize: none;
}
.tijias input:focus {
  outline: none;
}
.fangshi select {
  width: 100%;
  border: 1px solid #d9d8d8;
  height: 45px;
  padding: 0 .9375rem;
}
.btss {
  text-align: right;
  margin-top: 1.875rem;
}
.btss button {
  color: #fff;
  background: #302f2f;
  line-height: 45px;
  padding: 0 35px;
  font-size: .875rem;
  border: none;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.btss button:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: inset 0 0 0 30px #0088cc;
}
.lianxis .col-md-6:nth-child(1) {
  padding-left: 0;
  padding-right: 2.5rem;
}
.ban-zi .p2 {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-top: 5px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.ban-zi .p2 a {
  color: #fff;
}
.ban-zi .p2 a:hover {
  color: #0088cc;
}
.ban-zi {
  text-align: center;
}
.heps {
  margin-top: 1.875rem;
}
.chanp-xiang {
  margin-top: 63px;
  padding-bottom: 100px;
}
.chanp-xiang .lizi1 {
  left: 8%;
  top: 18%;
}
.chanp-xiang .lizi2 {
  right: 10%;
  bottom: 19%;
}
.chanp-xiang .xings-p {
  margin-top: 2.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.chanp-xiang .xings-p span {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 3.125rem;
  display: inline-block;
  background: #116abe;
  padding: 0 1.875rem;
}
.chanp-xiang .chan1s {
  font-size: 1rem;
  color: #888888;
  line-height: 1.875rem;
  border-bottom: 1px solid #e0e0e0;
  padding: 30px 0;
}
.ptitle {
  color: #0b0b0b;
  font-size: 2rem;
}
.pro-xing-yao {
  color: #888888;
  font-size: 1rem;
  line-height: 1.875rem;
  margin: 20px 0;
}
.ren {
  color: #116abe;
  font-size: 1.0625rem;
  line-height: 1.875rem;
}
.ren .ds11 {
  width: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  height: 55px;
  background-color: #116abe;
  margin-right: 1.25rem;
}
.ren .ds11 i {
  color: #ffffff;
  font-size: 1.25rem;
}
.shang > div {
  color: #000000;
  font-size: .9375rem;
  margin-top: 10px;
}
.shang > div a {
  color: #575757;
  font-size: .9375rem;
}
.shang > div a:hover {
  color: #116abe;
}
.xingsw .more {
  margin: 2.5rem 0;
}
.xing-bots .more1 a {
  color: #575757;
  font-size: .9375rem;
  border: 1px solid #eeeeee;
  line-height: 1.875rem;
  padding: 0 .9375rem;
  height: 1.875rem;
  display: inline-block;
}
.xing-bots .more1 a:hover {
  border: 1px solid #00903e;
  color: #00903e;
}
.more1 {
  margin-top: 40px;
}
.pros_fl_ul {
  border-right: 1px solid #e8e8e8;
}
.pros_fl_ul > li  a {
  display: block;
  color: #575757;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 10px 30px 10px 20px ;
  line-height: 30px;
  border-top: 1px solid #e8e8e8;
}.pros_fl_ul > li a:hover{
  color: #0088cc;
}
.pros_fl_ul > li.active > a {
  color: #fff;
  background: #0088cc;
}
.pros_fl_ul > li:nth-of-type(1) a {
  border-top: none;
}
.pros_fl_ul > li > a .iconfont {
  color: #6e6e6e;

}
.pros_fl_ul > li.active > a .iconfont {
  color: #fff;
  transform: rotate(90deg);
}
.pros_fl_ul > li .pros_fl_ul2 li.active a,.pros_fl_ul > li .pros_fl_ul2 li:hover a {
  color: #0088cc;
}
.pros_fl_ul > li .pros_fl_ul2 li a {
  background: #c0eaff;
  border-top: 1px solid #0088cc;
  position: relative;
}
.pros_fl_ul > li .pros_fl_ul2 li:nth-of-type(1) {
  border-top: none;
}
.pros_fl_ul2 li.active a span {
  border-bottom: 1px solid #0088cc;
}
.pros_fl_ul2 {
  display: none;
}
.pros_fl_ul > li.active .pros_fl_ul2 {
  display: block;
}
.pros_fom {
  padding: 0 0 2.5rem 48px;
}
.pros_inp > div:nth-of-type(1) {
  width: 80%;
  float: left;
}
.pros_inp > div:nth-of-type(2) {
  width: 20%;
  float: right;
}
.pros_inp {
  width: 465px;
  border: 1px solid #dadada;
  line-height: 3.125rem;
  padding: 2px;
  border-radius: 35px;
}
.pros_inp input {
  width: 100%;
  line-height: 3.125rem;
  color: #696969;
  font-size: .9375rem;
  border: none;
  padding-left: 1.25rem;
  border-radius: 35px;
}
.pros_inp button {
  width: 100%;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 3.125rem;
  text-align: center;
  background: #36b5e5;
  border-radius: 35px;
  border: none;
}
.pros_fr_top {
  color: #36b5e5;
  font-size: 1.1875rem;
  font-weight: bold;
  padding-bottom: .9375rem;
  margin-bottom: 22px;
  border-bottom: 1px solid #e2e2e2;
}
.pros_fr_ul {
  width: 100%;
  margin-left: -12px;
}
.pros_fr_ul li {
  width: 31%;
  float: left;
  margin-left: 12px;
  margin-bottom: 12px;
  border: 1px solid #e2e2e2;
}
.pros_fr_ul li a {
  display: block;
  background: #d9f1ff;
  padding: 35px 0;
  text-align: center;
}
.pros_fr_ul li a p:nth-of-type(1) {
  font-size: 0.9375rem;
  color: #4e4e4e;
}
.pros_fr_ul li:hover a p:nth-of-type(1) {
  color: #0088cc;
}
.pros_fr_ul li a p:nth-of-type(2) {
  font-size: 0.9375rem;
  color: #4e4e4e;
}
.pros_fr_ul li a p:nth-of-type(2) {
  color: #9b9b9b;
  font-size: 0.8125rem;
  margin-top: 10px;
}
.product-div .le {
  width: 20%;
  float: left;
  font-size: 1rem;
}
.product-div .re {
  width: 77%;
}
.product-div .re .products-a {
  margin-bottom: 30px;
 
}.product-div .overh{
  height: 325px;
}
.chnp-title {
  text-align: center;
  font-size: 1.25rem;
  line-height: 4.375rem ;
  background: #302f2f;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.pros_fl_ul {
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.crumbs {
  background: #0088cc;
  padding: 20px 0 20px 0;
}
.crumbs_ul {
  text-align: center;
}
.crumbs_ul li {
  display: inline-block;
  margin: 0 22px;
}
.crumbs_ul li a {
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.crumbs_ul li.active a,
.crumbs_ul li:hover a {
  border-bottom: 1px solid #fff;
}
.newiss {
  padding: 3.125rem 0;
}
.newindex_ul li {
  border-bottom: 0.0625rem solid #dcdcdc;
  padding: 1.875rem 0;
  width: 100%;
}
.newindex_ul li .a .left {
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.newindex_ul li .a .left div {
  display: inline-block;
  background: #f2f2f2;
  padding: 1.25rem;
}
.newindex_ul li .a .left span,
.newindex_ul li .a .left p {
  color: #7d7d7d;
  font-size: 1.125rem;
}
.newindex_ul li .a .right {
  width: 100%;
  padding-left: 6.875rem;
}
.newindex_ul li .a .right .bio {
  color: #000000;
  line-height: 1.875rem;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newindex_ul li .a .right .bio a {
  color: #000000;
}
.newindex_ul li .a .right .news_con {
  color: #616160;
  line-height: 1.875rem;
  font-size: 1rem;
  height: 3.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_r .more_as {
  color: #ffffff;
  font-size: 1rem;
  display: inline-block;
  line-height: 2.5rem;
  padding: 0 0.9375rem;
  border-radius: 0.3125rem;
  margin-top: 1.875rem;
  background-color: #302f2f;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.news_r .more_as:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  box-shadow: inset 0 0 0 30px #0088cc;
}
.new-s-tui {
  padding-bottom: 2.0625rem;
  border-bottom: 0.0625rem solid #dcdcdc;
}
.newindex_ul li:hover .a .left > div p,
.newindex_ul li:hover .a .left > div span {
  color: #0088cc;
}
.newindex_ul li:hover .a .right .bio a {
  color: #0088cc;
}
.news_r .h31 {
  font-size: 1.125rem;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0.625rem 0;
}
.news_r .h31 a {
  color: #000000;
}
.news_r:hover .h31 a {
  color: #0088cc;
}
.news_r span {
  display: block;
  color: #0088cc;
}
.new_des {
  color: #616160;
  line-height: 1.875rem;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newiss-xing {
  margin-top: 45px;
}
.newiss-xing .title {
  color: #000000;
  font-size:35px;
  padding: 15px 0;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.newiss-xing .title::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -1px;
  background: #0088cc;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.newiss-xing .dade {
  color: #6b6b6b;
  font-size: 1.0625rem;
  margin: 30px 0;
}
.newiss-xing .dade span {
  display: inline-block;
  margin: 0 10px;
}
.newiss-xing .nei {
  color: #6b6b6b;
  font-size: 1.0625rem;
  line-height: 35px;
}
.newiss-xing .bshare-custom {
  display: inline-block;
}
.newiss-xing .shang {
  margin: 3.75rem 0;
  padding: 30px 0;
  border-top: 1px solid #dfdfdf;
  line-height: 35px;
}
.newiss-xing .shang .fl {
  width: 70%;
}
.newiss-xing .shang a {
  color: #6b6b6b;
  font-size: 1.0625rem;
}
.newiss-xing .shang a:hover {
  color: #0088cc;
}
.abous-us {
  padding: 4.375rem  0;
  color: #000000;
  font-size: 1rem;
  line-height: 1.875rem;
}
.abous-us .abous-us-title {
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  color: #000000;
  font-weight: bold;
}
.shipw {
  width: 50%;
  padding-right: .9375rem;
  padding-bottom: .9375rem;
}
.rong-div .products-a {
  margin-bottom: 1.875rem;
}
.rong-div .products-a:hover .pro-ming {
  color: #fff;
}
.download thead tr {
  border-top: 2px solid #0088cc;
}
.download thead tr th {
  color: #000000;
  font-size: 1.1875rem;
  line-height: 3.125rem;
  font-weight: normal;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.download tbody tr {
  cursor: pointer;
}
.download tbody tr td {
  color: #737373;
  font-size: 1rem;
  padding: 0;
  line-height: 4.375rem ;
  text-align: center;
}
.download tbody tr td:nth-child(1) {
  position: relative;
  padding: 0 2.5rem;
}.download tbody tr td:nth-child(2){
  text-align: left;

}
.download tbody tr td:nth-child(1) span {
  position: absolute;
  background: #0088cc;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.875rem;
  color: #ffffff;
  line-height: 25px;
  font-size: 13px;
  padding: 0 10px;
  text-transform: uppercase;
  display: none;
}
.download tbody tr td a {
  font-size: 1rem;
  color: #737373;
}
.download tbody tr td a i {
  display: inline-block;
  margin-right: 5px;
}
.download tbody tr:nth-child(1) td span,
.download tbody tr:nth-child(2) td span {
  display: block;
}
.download tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}
.download tbody tr:hover {
  background: #e2e1e1;
}
.download tbody tr:hover a {
  color: #0088cc;
}
.phone {
  box-shadow: 0px 0px 5px rgba(200, 203, 204, 0.5);
  display: none;
  top: 0;
  position: fixed;
  background: #fff;
  z-index: 999;
  width: 100%;
}
#wrapper {
  position: relative;
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.phone .index_a {
  width: 66%;
  margin-top: 0px;
  line-height: 4.375rem ;
}
.sidebar-menu.is-active + #wrapper {
  transform: translateX(-300px);
}
.color_dao i {
  display: inline-block;
  font-size: 1.8rem;
  color: #0088cc;
  font-weight: bold;
  line-height: 4.375rem ;
}
.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #0088cc;
  transition: right 0.5s;
  z-index: 99999;
}
.sidebar-menu.is-active {
  display: block;
  transition: right 0.5s;
}
.sidebar-menu__header {
  height: 3.125rem;
  background: transparent;
  z-index: auto;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff;
}
.sidebar-menu__title {
  color: #ccc;
  font-size: .9375rem;
  font-weight: 400;
  text-transform: uppercase;
}
.sidebar-menu__title > i {
  display: inline-block;
  float: right;
  font-size: 1.75rem;
  line-height: inherit;
}
.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #fff;
  text-decoration: none;
}
.sidebar-menu__title::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__title::before {
  content: "\e907";
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin-top: -10px;
  color: #fff;
  font-size: 1.25rem;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset;
}
.sidebar-menu__list {
  position: fixed;
  top: 3.125rem;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  list-style: none;
  background-color: #fff;
  transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.colos {
  line-height: 4.375rem ;
}
.sidebar-menu__item:first-child {
  border-top: 0;
}
.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #0b7ab2  !important;
}
.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important;
}
.sidebar-menu__item:hover {
  background-color: #fff;
  cursor: pointer;
}
.sidebar-menu__item:hover > .sidebar-menu__link {
  color: #6e6e6e;
}
.phone_i {
  display: inline-block;
  line-height: 3.75rem;
  padding: 0 .9375rem;
}
.sidebar-menu__item:hover > .sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e;
}
.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0);
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3;
}
.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4;
}
.sidebar-menu__link {
  display: block;
  padding: 10px 25px;
  color: #828282;
  font-size: 13px;
  font-weight: 400;
  transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-menu__link::first-letter {
  text-transform: uppercase;
}
.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none;
}
.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 1.25rem;
  margin-right: 4px;
}
.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right;
}
.mobile-foot {
  display: none;
  background: #0088cc;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 .9375rem;
  font-size: .9375rem;
  margin: 0 5px;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 0px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
/* 右侧悬浮 */
.rightfix {
  position: fixed;
  top: 30%;
  right: 0px;
  border: 1px solid #0088cc;
  border-right: none;
  z-index: 99;
}
.fix_ul li {
  text-align: center;
  float: none;
  position: relative;
  width: 73px;
  cursor: pointer;
  line-height: 25px;
  padding: 10px;
  background: #Fff;
  margin-bottom: 0px;
  border-bottom: 1px solid #0088cc;
}
.fix_ul li i {
  font-size: 1.875rem;
  color: #0088cc;
}
.fix_ul li p {
  color: #0088cc;
  font-size: 13px;
}
.fix_ul li a {
  color: #0088cc;
}
.fix_ul li:last-child {
  border-bottom: none;
}
.fix_ul li:hover > a > p {
  color: #FFF;
}
.fix_ul li:hover {
  background: #0088cc;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover > p {
  color: #FFF;
}
.right_div {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  min-width: 130px;
  -o-transform: scale(0);
  position: absolute;
  color: #000000;
  right: 0rem;
  top: 0px;
  opacity: 0;
  border: 1px solid #0088cc;
  background: #fff;
  line-height: 1.875rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover a {
  color: #fff;
}
.fix_ul li:hover .right_div {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
  right: 73px;
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.fix_ul li:hover i {
  color: #fff;
}
.searchbox {
  padding: 15px;
  background: #fff;
  width: 100%;
  top: 60px;
  border-top: 2px solid #0088cc;
  text-align: center;
  z-index: 44;
  position: fixed;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 12px;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #0088cc;
  color: #fff;
  font-size: .9375rem;
  cursor: pointer;
  transition: 0.44s;
}
.index-pro {
  padding-top: 4.375rem;
}
.index-about {
  padding: 57px 0;
  margin-top: 121px;
  background: #1c94d0;
}
.index-about .left {
  width: 49%;
  position: absolute;
  left: 0;
  bottom: -56px;
}
.index-about .left .en-div {
  font-size: 1.5625rem;
  color: #d4d4d4;
  font-family: "Century";
  right: -270px;
  top: 30px;
}
.index-about .left .en-div span {
  display: inline-block;
  width: 67px;
  height: 4px;
  background-color: #e2e2e2;
  margin-right: 30px;
  position: relative;
  top: -8px;
}
.index-about .right {
  width: 46%;
}
.index-about .head .title {
  color: #fff;
}
.index-about .head .yaos {
  color: #fff;
  line-height: 30px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.more1 a {
  width: 102px;
  height: 39px;
  background-color: #ffffff;
  border: solid 1px #0088cc;
  display: inline-block;
  text-align: center;
  font-size: .875rem;
  line-height: 39px;
  color: #0088cc;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more1 a:hover {
  background: #0088cc ;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.newiss-xing .xing-bots {
  border-top: 1px solid #dfdfdf;
  margin-top: 20px;
}
.newiss-xing .shang {
  margin: 0;
  border-top: none;
}
.newiss-xing .shang > div {
  margin-top: 0;
}
.pro-xing {
  border: 1px solid #e0e0e0;
}
.solution-divs {
  margin-top: -50px;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #e0e0e0;
}
.solution-divs .solution-s {
  height: 100px;
  background-color: #116abe;
  width: 50%;
  font-size: 1.375rem;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 21px 0;
}
.solution-divs .solution-s .p1 {
  padding-left: 26%;
}
.solution-divs .solution-s .p2 {
  padding-left: 40%;
}
.solution-divs .solution-sou {
  width: 460px;
  background: #676767;
}
.solution-divs .solution-sou input {
  width: 80%;
  height: 50px;
  background: transparent;
  padding-left: 20px;
  color: #fff;
}
.solution-divs .solution-sou input::placeholder {
  font-size: .9375rem;
  color: #b3b3b3;
}
.solution-divs .solution-sou button {
  width: 20%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: transparent;
  border: none;
}
.solution-divs .solution-sou button i {
  color: #dfdfdf;
  font-size: 1.25rem;
}
.index-new {
  padding: 50px 0  70px;
}
.index-new .head .title {
  color: #000000;
  position: relative;
}
.index-new .head .title::after {
  content: '';
  height: 1px ;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  background-color: #dfdfdf;
}
.index-new .head .title span {
  position: relative;
  z-index: 2;
  padding: 0 30px;
  background: #fff;
}
.index-new .index-new-content {
  margin-top: 71px;
}
.index-new .index-new-content .left {
  width: 63%;
  border: solid 1px #e9e7e7;
}
.index-new .index-new-content .left .index-new-uls {
  border: solid 2px #0088cc;
}
.index-new .index-new-content .left .index-new-uls li {
  float: left;
  width: 50%;
  cursor: pointer;
  text-align: center;
  font-size: 1.3125rem;
  color: #333333;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.index-new .index-new-content .left .index-new-uls li:hover,
.index-new .index-new-content .left .index-new-uls li.active {
  background: #0088cc;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .index-new-content .left .index-new-uls li:hover::after,
.index-new .index-new-content .left .index-new-uls li.active::after {
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .index-new-content .left .index-new-uls li::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  bottom: -10px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid #0088cc;
  opacity: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-new .index-new-content .right {
  width: 35%;
  border: solid 1px #e9e7e7;
}
.index-new .index-new-content .right .cjwt-p {
  height: 50px;
  background-color: #0088cc;
  font-size: 1.3125rem;
  color: #fff;
  line-height: 50px;
  padding: 0 24px;
}
.index-new .company-news {
  padding: 27px 27px 15px;
}
.company-news-top .fl {
  width: 36%;
}
.company-news-top .fr {
  width: 61%;
}
.company-news-top .fr .company-news-p {
  font-size: 1.125rem;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.company-news-top .fr .company-news-p a {
  color: #000000;
}
.company-news-top .fr .company-news-p a:hover {
  color: #0088cc;
}
.company-news-top .fr .company-news-data {
  font-size: 1rem;
  color: #646464;
  margin-top: 4px;
}
.company-news-top .fr .company-news-yyas {
  font-size: 1rem;
  line-height: 30px;
  margin-top: 10px;
  color: #646464;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.company-news-uls li {
  border-bottom: 1px dashed #cecece;
  line-height: 62px;
}
.company-news-uls li:last-child {
  border-bottom: none;
}
.company-news-uls li .title {
  font-size: 1.125rem;
  width: 80%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.company-news-uls li .title a {
  color: #000000;
}
.company-news-uls li .title a:hover {
  color: #0088cc;
}
.company-news-uls li .title span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #e0651f;
  border-radius: 100%;
  position: relative;
  top: -4px;
}
.company-news-uls li .fr {
  width: 20% ;
  text-align: right;
  font-size: 1rem;
  color: #646464;
}
.cjwt-ul {
  padding: 30px;
}
.cjwt-ul li {
  padding: 15px 0;
  border-bottom: 1px dashed #cecece;
}
.cjwt-ul li:nth-child(1) {
  padding-top: 0;
}
.cjwt-ul li .wen {
  margin-bottom: 10px;
}
.cjwt-ul li .wen .wen-sp {
  font-size: .9375rem;
  color: #ffffff;
  width: 26px;
  height: 26px;
  background-color: #e0651f;
  border-radius: 3px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
}
.cjwt-ul li .wen .wen-title {
  font-size: 1.125rem;
  line-height: 26px;
  width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.cjwt-ul li .wen .wen-title a {
  color: #000000;
}
.cjwt-ul li .wen .wen-title a:hover {
  color: #0088cc;
}
.cjwt-ul li .da .da-sp {
  width: 26px;
  height: 26px;
  background-color: #666564;
  border-radius: 3px;
  line-height: 26px;
  text-align: center;
  font-size: .9375rem;
  color: #ffffff;
}
.cjwt-ul li .da .da-yys {
  width: 90%;
  font-size: 1rem;
  color: #646464;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cjwt-ul li:last-child {
  border-bottom: none;
}
.dian-div {
  font-size: .875rem;
  line-height: 26px;
  color: #a6a8aa;
}
.index-new .company-news>div{
  display: none;
}

#page {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  display: table;
  margin: 30px auto;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
  margin-bottom: 5px;
}

#page li:hover {
  border: 1px solid #0088cc;
}

#page li:hover a {
  color: #0088cc;
}

#page li a {
  color: #666;
  display: inline-block;
  padding: 5px 14px;
  text-align: center;
  margin: -5px -14px -5px -14px;
}

#page li.thisclass {
  border: 1px solid #0088cc;
  background-color: #0088cc;
  color: #FFFFFF
}

#page li.thisclass a {
  color: #fff
}.pros_fl_ul > li .ans1-top{
  position: relative;

}
.icond2-div {
  
  position: absolute;
  right: 20px;
  top: 50%;

  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

}

.ul_newsiss li {
  margin-bottom: 30px;
}
.last_newiss {
  margin-bottom: 60px;
}
.ul_newsiss li:hover {
  transition: 600ms ease-in-out;
  border: 1px solid #ffb437;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}
.ul_newsiss li:hover img {
  transform: scale(1.2);
  transition: 600ms ease-in-out;
}
.ul_newsiss .fl {
  width: 25%;
}
.ul_newsiss .fr {
  width: 73%;
}
.zhaoyaos_new {
  font-size: 14px;
  color: #686868;
  line-height: 2.143;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.biaoti {
  font-size: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
  line-height: 1.429;
  padding-top: 10px;
}
.biaoti a {
  color: #000000;
}
.biaoti a:hover {
  color: #ffb437;
}
.das {
  color: #686868;
  line-height: 2.143;
  font-size: 14px;
}
.ul_newsiss li {
  padding: 10px 30px 10px 10px;
  border: 1px solid #dadada;
}
.ul_newsiss {
  padding: 70px 0;
}
.xings-p ul {
  border-bottom: 1px solid#0088cc;
}
.xings-p ul li {
  float: left;
  line-height: 2.75rem;
  padding: 0 2.125rem;
  font-size: 1.125rem;
  cursor: pointer;
  color: #424346;
}
.xings-p ul li.active {
  background-color:#0088cc;
  color: #fff;
  border-top-left-radius: .625rem;
  border-top-right-radius: .625rem;
}
.chanp-xiang .chan1s > div {
  display: none;
}
.nav-rig .bdsharebuttonbox a{
  background: transparent;
  width: 31px;
  height: 30px;
  border: solid 1px #a1a3a5;
  border-radius: 100%;
  color: #fff;
  background-color:#0088cc;
  font-size: 1.125rem;
  line-height: 30px;
  margin: 15px 0;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.ms-i{
  width: 114px;
  padding: 10px;
  border: 1px solid #eeeeee;
  background-color: #fff;
  display: none;

  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);

}
.ms-im1{
  cursor: pointer;
}
.ms-im1:hover .ms-i{
  display: block;
  

}

.fix_ul li:nth-child(2) .right_div{
  padding: 22px 0;

}
.fix_ul li:nth-child(3) .right_div{
  padding: 10px;

}
.div-uls {
  width: 150px;
  background: #fff;
  z-index: 55;
  display: none;
  left: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  
  }
  .div-uls  .ul1  li a{
    display: block;
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;  transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    height: 40px;
  
  }
  .nav-ul>li:hover .div-uls{
    display: block;
    overflow:visible;
  }
  .div-uls  .ul1 >li> a:hover{
    box-shadow: inset 0 0 0 20px #116abe;
      transition: 400ms ease-in-out;
      -moz-transition: 400ms ease-in-out;
      -webkit-transition: 400ms ease-in-out;
      -o-transition: 400ms ease-in-out;
      color: #fff;

  }

.chanp-xiang .chan1s  table tbody tr td{
  text-align: center;
  padding: 5px;
}

.search-box-list .products-a .overh{
  height: 316px;
  display: flex;align-items: center;

}.search-box-list .products-a .overh{
  align-items: center;
  justify-content: center;
}
@media (max-width: 1900px) {
  .nav-ul > li {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1800px) {
  .index-case .index-case-ul li > .fl a {
    padding: 2rem;
  }
  .nav-ul > li {
    padding: 0 .5rem;
}
.nav-ul {
  margin-left: 4%;
}

}
@media (max-width: 1600px) {
  .index-case .index-case-ul li > .fl a {
    padding: 1.7rem 2rem;
  }
 
}
@media (max-width: 1440px) {
  .content {
    width: 95%;
  }
  .dian{
    font-size: 1.5rem;
  }
  html,
  body {
    font-size: 14px;
  }
  .index-introduction .swiper-button-prev {
    left: 52.1%;
  }
  .index-introduction .swiper-button-next {
    left: 57%;
  }
  .index-about {
    margin-top: 153px;
  }
  .index-introduction::after {
    width: 51.99%;
  }
  .cjwt-ul {
    padding: 19px 30px;
  }

  .bot-dao {
    padding: 0 1.75rem;
  }
  .nav-ul {
    margin-left: 4%;
  }
  .index-case .index-case-ul li > .fl a {
    padding: 1rem 2rem;
  }
  .index-case .index-case-ul li > .fl a .lj-span {
    margin-top: 0.5rem;
  }
  .index-xia .xia-ul {
    padding: 154px 0;
  }
  .head .title {
    font-size: 1.875rem;
  }
}
@media (max-width: 1280px) {
  .pros_fl_ul > li a {

    padding: 10px 9px 10px 14px;
  }
  .ban .ban-zi .p1 {
    font-size: 2.75rem;
  }
  .nav-ul > li {
    padding: 0 .3rem;
  }
  .index-case .index-case-ul li > .fl a .biao {
    font-size: 1rem;
  }
  .index-case .index-case-ul li > .fl a .abiao-yao {
    font-size: .875rem;
  }
  .index-case .index-case-ul li > .fl a .yy-yuan i {
    font-size: 32px;
  }
  .index-case .index-case-ul li > .fl a .yy-yuan {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .top {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .foot-ul > li {
    margin-right: 18px;
  }
  .dian {
    display: none;
  }
  .index-case {
    padding: 50px 0;
  }
  .index-case .index-case-lunbo .swiper-slide .index-case-title {
    line-height: 50px;
    font-size: 1.1rem;
    height: 50px;
  }
  .index-about .left {
    width: 52%;
  }
  .index-introduction .swiper-button-next {
    left: 60%;
  }
  .index-introduction .swiper-button-prev {
    left: 53.1%;
  }
  .index-introduction .introduction-lunbo .swiper-slide .right .introduction-yas {
    margin-top: 10px;
  }
  .index-introduction::after {
    width: 52.99%;
  }
  .index-about .left .en-div {
    right: -184px;
    top: 10px;
  }
  .index-about {
    margin-top: 53px;
  }
  .you-img .swiper-button-next {
    right: 0;
  }
  .you-img .swiper-button-prev {
    left: 0;
  }
  .introduction-div .shu-ul li {
    position: relative;
    padding-left: 10rem;
    margin-bottom: 30px;
  }
  .introduction-div .shu-ul li .yaun {
    width: 9rem;
    height: 9rem;
    line-height: 9rem;
  }
  .index-case .index-case-ul li > .fl a .abiao-yao {
    display: none;
  }
  .index-case .index-case-ul {
    margin-top: 2rem;
  }
  .index-xia .xia-ul {
    padding: 60px 0;
  }
  .pro-ul {
    margin: 1.125rem 0 2rem 0;
  }
}
@media (max-width: 990px) {
  .foot {
    display: none;
  }
  .mobile-foot {
    display: block;
  }
  .daohang {
    display: none;
  }
  body {
    padding: 62px 0 51px 0;
  }
  .index-about .left .en-div {
    display: none;
  }
  .index-about {
    padding: 29px 0;
  }
  .index-about .left {
    bottom: -20px;
  }
  .index-introduction .swiper-button-next {
    left: 62%;
  }
  .index-introduction {
    padding: 40px 0 70px;
  }
  .index-introduction .introduction-lunbo .swiper-slide .left::after {
    right: -21px;
  }
  .index-introduction .introduction-lunbo .swiper-slide .right .introduction-yas {
    -webkit-line-clamp: 4;
  }
  .pro-ul li {
    padding: 0 0 30px 0;
  }
  .index-case .index-case-ul li > div {
    width: 100%;
  }
  .index-case .index-case-ul li > .fl a {
    padding: 2rem 2rem;
  }
  .phone {
    display: block;
  }
  .ban .ban-zi .p1 {
    font-size: 1.75rem;
  }
  .newiss-xing .title {
    font-size: 1.25rem;
  }
  .product-div .le {
    width: 30%;
  }
  .product-div .re {
    width: 65%;
  }
  .cjwt-ul {
    padding: 19px 13px;
  }
  .cjwt-ul li .wen .wen-title {
    width: 86%;
  }
  .cjwt-ul li .da .da-yys {
    width: 86%;
    line-height: 24px;
  }
  .ptitle {
  
    font-size: 1.5rem;
}
}
@media (max-width: 767px) {
  .chanp-xiang .chan1s{
    font-size: 12px;
    line-height: 20px;
  }
  .index-new .index-new-content .left .index-new-uls li{
    font-size: 1rem;
    height: 30px;
    line-height: 30px;
  }
  .tijias input{
    height: 30px;
  }.tijias textarea{
    height: 100px;
  }
  .index-introduction{
    margin-top: 0;
  }
  .xings-p ul li{
    padding: 0 5px;
    font-size: 1rem;
  }
  .ul_newsiss li {
    margin-bottom: 10px;
    padding: 15px;
}.ul_newsiss {
  padding:30px 0 0;
}
.ban img{
  height: 150px;
  object-fit: cover;
}
  .index-introduction .introduction-lunbo .swiper-slide .right .introduction-yas{
    line-height: 24px;
  }.ul_newsiss .fl{
    width: 100%;
  }.ul_newsiss .fr{
    width: 100%;
  }.biaoti{
    font-size: 16px;
    margin-top: 10px;
  }.zhaoyaos_new{
    line-height: 25px;
  }
  .solution-divs .solution-s {
    width: 100%;
    font-size: 1rem;
    line-height: 25px;
    padding: 7px 0;
  }
  .company-news-uls li {
  
    line-height: 46px;
}
  .company-news-top .fr .company-news-yyas{
    line-height: 24px;
    height: 48px;
  }
  .solution-divs {
    margin-top: 0px;
  }
  .company-news-uls li .title{
    font-size: 1rem;
  }
  .solution-divs .solution-s .p2 {
    padding-left: 31%;
  }
  .solution-divs .solution-s {
    height: auto;
  }
  .solution-divs .solution-s .p1 {
    padding-left: 13%;
  }
  .foot {
    padding: 2rem 0;
  }
  .mobile-foot {
    display: block;
  }
  .solution-divs .solution-sou {
    width: 100%;
  }
  .head {
    background: transparent;
    padding-top: 20px;
  }
  .index-pro {
    padding: 10px  15px;
  }
  .pro-ul li {
    width: 50%;
  }
  .introduction-div .shu-ul li {
    width: 100%;
  }
  .introduction-div > div {
    width: 100%;
  }
  .introduction-div::before {
    opacity: 0;
  }
  .introduction-div > div.left {
    margin-bottom: 20px;
  }
  .index-case {
    padding: 30px  15px;
  }
  .index-xia .xia-ul li {
    width: 50%;
  }
  body {
    padding-top: 61px;
  }
  .rightfix {
    display: none;
  }
  .ban-zi .p2 {
    display: none;
  }
  .lianxis {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .tijias .fl {
    width: 100%;
  }
  .tijias .fr {
    width: 100%;
  }
  .crumbs {
    display: none;
  }
  .abous-us,
  .pro-list,
  .newiss-xing,
  .newiss {
    padding: 3rem 1.25rem;
  }
  .abous-us .abous-us-title {
    font-size: 1.275rem;
    margin-bottom: 1.5rem;
  }
  .shipw {
    width: 100%;
  }
  .newiss-xing {
    margin-top: 0;
  }
  .newiss-xing .title {
    font-size: 1.125rem;
  }
  .newiss-xing .nei {
    font-size: .875rem;
    line-height: 24px;
  }
  .newiss-xing .shang {
    margin: 1rem 0;
    padding: 19px 0;
  }
  .newiss-xing .shang .fl {
    width: 100%;
  }
  .newiss-xing .shang a {
    font-size: 1rem;
  }
  .news_r {
    margin-top: 1rem;
  }
  .newindex_ul li {
    padding: 1rem 0;
  }
  .chanp-xiang {
    margin: 0;
    padding: 3rem 1.25rem;
  }
  .pro-xing-yao {
    margin: 10px 0;
  }
  .ptitle {
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .product-div .le {
    display: none;
  }
  .product-div .re {
    width: 100%;
  }
  .rong-div > .row {
    margin: 0 -7.5px;
  }
  .rong-div .col-xs-6 {
    padding: 0 7.5px;
  }
  .rong-div .products-a {
    margin-bottom: 1rem;
  }
  .products-a .pro-ming {
    padding: 10px;
  }
  .index-case .index-case-ul li {
    width: 100%;
  }
  .top {
    display: none;
  }
  .more a {
    height: 40px;
    width: 120px;
    line-height: 40px;
  }
  .index-xia .xia-ul .swiper-slide .p1 {
    margin-top: 14px;
  }
  .you-img .swiper-slide {
    padding: 20px 10px;
  }
  .you-img .swiper-button-prev img,
  .you-img .swiper-button-next img {
    width: 30px;
  }
  .you-img .swiper-button-next,
  .you-img .swiper-button-prev {
    margin-top: -10px;
  }
  .pro-ul .swiper-button-next {
    right: 30%;
  }
  .pro-ul .swiper-button-prev {
    left: 30%;
  }
  .index-about .left {
    width: 100%;
    position: relative;
  }
  .index-about .right {
    width: 100%;
  }
  .index-about {
    padding: 30px 15px;
    margin-top: 0;
  }
  .head .title {
    font-size: 1.275rem;
  }
  .index-about .head .yaos {
    line-height: 25px;
  }
  .index-about .right {
    margin-top: 15px;
  }
  .more1 {
    margin-top: 10px;
  }
  .index-case .index-case-lunbo {
    margin-top: 15px;
  }
  .index-introduction .introduction-lunbo .swiper-slide .left {
    width: 100%;
  }
  .index-introduction .introduction-lunbo .swiper-slide .right {
    width: 100%;
    margin-top: 15px;
  }
  .index-introduction {
    padding: 30px 15px 70px;
  }
  .index-introduction .introduction-lunbo .swiper-slide .left {
    padding: 10px 0;
  }.index-introduction .introduction-lunbo {
    margin-top: 15px;
}
  .index-introduction::after {
    display: none;
  }
  .index-introduction .swiper-button-prev {
    left: 4%;
  }
  .index-introduction .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .index-introduction .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 18%;
  }
  .index-introduction .introduction-lunbo .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 0;
  }
  .introduction-lunbo .swiper-container {
    padding-bottom: 30px;
  }
  .index-new {
    padding: 10px  15px 30px;
  }
  .index-new .index-new-content {
    margin-top: 20px;
  }
  .index-new .index-new-content .left {
    width: 100%;
  }
  .index-new .index-new-content .right {
    width: 100%;
    margin-top: 20px;
  }
  .company-news-top .fl {
    width: 100%;
  }
  .company-news-top .fr {
    width: 100%;
    margin-top: 10px;
  }
  .index-new .company-news {
    padding: 20px;
  }
  .company-news-uls li .title {
    width: 70%;
  }
  .company-news-uls li .fr {
    width: 30%;
  }
  .index-introduction .introduction-lunbo .swiper-slide .right .p1 {
    font-size: 1.3rem;
  }
  .search-box-list .products-a .overh {
    height: 238px;
  }
}



.search-box-list .ul_newsiss li{

  border: none;

}.search-box-list  .ul_newsiss li {
  margin-bottom: 10px;
}